testing.chattyPrinter.lastName (field)

6 uses

	testing (current package)
		testing.go#L445: 	lastName   string     // last printed test name in chatty mode
		testing.go#L463: 	p.lastName = testName
		testing.go#L473: 	if p.lastName == "" {
		testing.go#L474: 		p.lastName = testName
		testing.go#L475: 	} else if p.lastName != testName {
		testing.go#L477: 		p.lastName = testName